Upgrade TypeScript version to 4.1.2#760
Upgrade TypeScript version to 4.1.2#760oriSomething wants to merge 3 commits intodevelopit:masterfrom
Conversation
🦋 Changeset detectedLatest commit: 3c6941f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
With yarn, I am forcing ^4.1 version using resolution in package.json However, it throws an error when using Here is where The workaround is to set jsxFactory inside of tsconfig.json; however, maybe microbundle should try to detect settings from tsconfig.json and don't try to set jsxFactory if jsx is set to react-jsx? |
Not quite. Microbundle passes a set of defaults to
Edit: This was a bad quick assumption on my part. rpt2 was doing just fine. |
|
I think this may be superceded by #741. |
I've listed as a
minorinstead ofpatch(Because TS isn't semver). Event though in rare cases it might be amajorchange.I've tested it on a personal project that uses TS 4.1.